home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / util / libs / chunky_dev.lha / chunky_dev / Demos / _shared / waitbutton.h < prev   
Encoding:
C/C++ Source or Header  |  1999-03-15  |  306 b   |  15 lines

  1. //
  2. // chunky.library demo
  3. // MODULE: waits for the close gadget of the window to be pressed
  4. //
  5. // http://www.irrelevant.org/~oondy/chunky/
  6. // Public Domain.  (c) 1999 Rosande Limited, all rights reserved.
  7. //
  8.  
  9. #ifndef DEMO_WAITBUTTON_H
  10. #define DEMO_WAITBUTTON_H
  11.  
  12. void DEMO_WaitForCloseGadget(void);
  13.  
  14. #endif
  15.